Xbasic
helper::GoogleSheetGetKeyColumns Method
Syntax
GetKeyColumns as C(ti as P)
Arguments
- tiPointer
Returns
- resultCharacter
Description
The GetKeyColumns method returns the key columns for a specified table.
Discussion
This method retrieves a character string defining the primary key columns for a Google Sheet table based on the provided table pointer.
Example